home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / the_octopus-show.swf / scripts / frame_124 / DoAction.as
Text File  |  2008-03-13  |  246b  |  15 lines

  1. scoresURL = "http://www.gamebrew.com/process/hiscore.php";
  2. if(_root.score > 0)
  3. {
  4.    stop();
  5.    pos = Selection.getCaretIndex();
  6.    if(pos == -1)
  7.    {
  8.       Selection.setFocus("newName");
  9.    }
  10. }
  11. else
  12. {
  13.    gotoAndStop("scorelist");
  14. }
  15.